home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / bitgame.dir / 00089.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  163 b   |  10 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(34, 76, 79)
  3.   if pressedBtn = 1 then
  4.     if soundBusy(2) then
  5.       sound stop 2
  6.     end if
  7.     play done
  8.   end if
  9. end
  10.